public StorableObject[] PageMacro( PageMacro oMacro, Project oProject, bool[] arrOverwritePages, PageMacro.Enums.NumerationMode nNumerationMode )
Parameters
- oMacro
- Page macro with will be inserted into project. Can not be null.
- oProject
- Project into with page macro will be inserted. Can not be null.
- arrOverwritePages
- Defines whether an existing page is to be overwritten when a page macro is being inserted. Order of elements corresponds with order of elements in Eplan.EplApi.DataModel.MasterData.PageMacro.Pages. If null is passed all pages will not be overwritten.
- nNumerationMode
- Numeration mode.
Return Value
Inserted pages and functions which were not placed (with null .Page property)